home *** CD-ROM | disk | FTP | other *** search
/ The National Palace Museum Experience / The National Palace Museum Experience.iso / Programs / Opening.dxr / 00039.ls < prev    next >
Encoding:
Text File  |  1998-11-19  |  164 b   |  11 lines

  1. on exitFrame
  2.   global firstvideolength
  3.   if (firstvideolength - the movieTime of sprite 2) > 220 then
  4.     go(the frame)
  5.   end if
  6. end
  7.  
  8. on mouseDown
  9.   gotomenu()
  10. end
  11.